RichTextKit v0.4

UndoUnit<T>.Group Property

Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit.Utils
Declaring Type: UndoUnit<T>

Gets or sets the group that owns this undo unit

public UndoGroup<T> Group { get; set; }

Remarks

Will be null if the undo unit isn't within a group operation

Property Type

UndoGroup<T>